Namespace Socket
interface NamespaceSocket
Functions
Link copied to clipboard
Same queue semantics as emitAwait for a StreamCommand.
Suspends until the event is accepted into the outbound queue (WorkQueue → engine write buffer). Completes when enqueue succeeds; does not await transport drain.
Link copied to clipboard
Link copied to clipboard
Cold Flow of events named name. Backed by a hot buffer configured via SocketOptionsBuilder.eventBufferCapacity and SocketOptionsBuilder.eventBufferOverflow (default: capacity 64, EventBufferOverflow.DROP_OLDEST).
Link copied to clipboard
Link copied to clipboard